-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable 1ES pools for live tests. #17973
Enable 1ES pools for live tests. #17973
Conversation
/azp run net - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - identity - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
@benbp this largely works but the issue that I'm running into is that the identity test pipeline uses a container image which doesn't have .NET 5.0 on it. The host agents do now have .NET 5.0 and our install steps have been commented out. I think the right course of action here is to rev the container image that we are using. |
@mitchdenny the container issue to update to net50 is being worked on by @schaabs |
/azp run net - identity - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - identity - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
13c27f9
to
6291f76
Compare
/azp run net - identity - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp net - appconfiguration - tests |
Command 'net' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
/azp run net - appconfiguration - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
* Enable 1ES pools for live tests.
This PR adds support for 1ES pools on live test pipelines. It does this by adding a
Pool
parameter to platform entries which is then propagated down into the test job template as a variable in the matrix (which is then used in thepool:
setting on jobs.